﻿@charset "utf-8";
/* CSS Document */
body,div,section,figure,strong,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{margin:0;padding:0;}
body{ color:#333; font-size:14px; font-family:"Poppins-Medium","微软雅黑";}
ul, ol { list-style: none;} 
img,fieldset{vertical-align:top;border:0;}
strong,h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
address,cite,code,em,th {font-weight:normal; font-style:normal;}
input,button,textarea,select{font:100% Arial,''; vertical-align:middle}
table,td,tr,th{font-size:12px;}
.nodispaly{ display:none}
.line{line-height:50px;}
.lineer{line-height:40px;}
.figure{display: block;height: 0;overflow: hidden;position: relative;}
.figure img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;transition: all .5s;}
.FK{color: #999;}
.fsyi{font-size: .2rem;font-weight: bold;}
.fser{font-size: .2rem;text-align: center;}
.iconfont{font-size: .16rem;}
.clearfix{zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0px; visibility:hidden; content:".";}
a{color:#333; text-decoration:none;}
a:hover {color:#215895; text-decoration:underline;}
.layout{width: 1200px;margin: 0 auto;}

header{display: flex;align-items: center;justify-content: space-between;height: 100px;padding: 0 8%;position: fixed;left: 0;top: 0;right: 0;z-index: 1000;background: #FFF;box-shadow: 0 0 5px rgba(0,0,0,0.2);}
header h1{width: 450px;}
header h1 img{width: 100%;}
header .yuyan ul{display: flex;}
header .yuyan li{margin-left: 10px;}

.nav ul{display: flex;}
.nav li{position: relative;width: 120px;text-align: center;z-index: 1000;}
.nav li p{line-height: 50px;font-size: 16px;transition: all 0.3s;}
.nav li.current p a{font-weight: bold;color: #215895;}
.nav li p a{display: block;}
.nav li:hover p a{text-decoration: none;background: #215895;color: #FFF;}
.nav li i{display: none;}
.nav li dl{position: absolute;left: 0%;top: 50px;background: #FFF;text-align: left;font-size: 14px;width: 100%;display: none;box-shadow: 0 0 .03rem rgba(0,0,0,.2);}
.nav li:hover dl{display: block;}
.nav li dd{position: relative;font-size: 14px;text-align: center;}
.nav li dd a{display: block;transition: all 0.3s;padding: 10px 0;}
.nav li dd:hover a{display: block;text-decoration: none;background: #215895;color: #FFF;}
.nav li dd:last-child{border-bottom: none;}
.nav li dd .san{position: absolute;left: 100%;top: 0px;visibility: hidden;opacity: 0;transition: all .3s;width: 1.4rem;}
.nav li dd:hover .san{visibility: visible;opacity: 1;}
.nav li dd:hover .san .list a{padding: .05rem .1rem;background: rgba(0,0,0,0.5);color: #FFF;}
.nav li dd:hover .san .list a:hover{padding: .05rem .1rem;background: #0194dd;color: #FFF;}
.nav li:last-child:before{display: none;}

.foot{background: #222;}
.foot .foot_t{display: flex;justify-content: space-between;padding: 40px 0;}
.foot .foot_t .left{display: flex;justify-content: space-between;width: 35%;flex-flow: wrap;}
.foot .foot_t .left dt{font-size: 16px;font-weight: bold;margin-bottom: 15px;color: #FFF;opacity: 0.5;}
.foot .foot_t .left dd{line-height: 30px;}
.foot .foot_t .left dd a{transition: all 0.3s;color: #FFF;opacity: 0.5;}
.foot .foot_t .left dd a:hover{text-decoration: none;color: #FFF;opacity: 1;}
.foot .foot_t .left:after{display: none;}

.foot .foot_t .center{width: 35%;}
.foot .foot_t .center ul{color: #FFF;opacity: 0.5;}
.foot .foot_t .center li{padding-bottom: 15px;display: flex;font-size: 16px;}
.foot .foot_t .center li h2{font-weight: bold;}
.foot .foot_t .center li i,.foot .foot_t .center li em{font-size: 24px;margin-right: 10px;}
.foot .foot_t .center li .box{text-align: left;}

.foot .foot_t .right .pic{width: 120px;}
.foot .foot_t .right .pic img{width: 100%;}
.foot .foot_t .right .txt{line-height: 1.6;text-align: center;margin-top: .05rem;color: #FFF;opacity: .5;}
.foot .foot_t:after{display: none;}

.foot .foot_b{padding: 20px 0;color:#FFF;opacity: 0.5;border-top: 1px solid rgba(255, 255, 255, .1);}